home *** CD-ROM | disk | FTP | other *** search
- ' 0
- ' Macedonian A/I
- HydaspesAI
- {
- import "basicman.ai";
-
- Conditions
- {
- var alexFirstMove, antigenesFirstMove, coenusFirstMove, tauronFirstMove;
-
- alexFirstMove = True;
- antigenesFirstMove = True;
- coenusFirstMove = True;
- tauronFirstMove = True;
- };
-
- Orders for Alexander
- {
- alexFirstMove Beserk();
- };
-
- Orders for Antigenes
- {
- antigenesFirstMove Beserk();
- };
-
- Orders for Coenus
- {
- coenusFirstMove Beserk();
- };
-
- Orders for Tauron
- {
- tauronFirstMove Beserk();
- };
- }